func crypto/internal/fips140/sha3.leftEncode
4 uses
crypto/internal/fips140/sha3 (current package)
shake.go#L27: rateEnc := leftEncode(uint64(rate))
shake.go#L36: func leftEncode(x uint64) []byte {
shake.go#L53: c.initBlock = append(c.initBlock, leftEncode(uint64(len(N))*8)...)
shake.go#L55: c.initBlock = append(c.initBlock, leftEncode(uint64(len(S))*8)...)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |